footer-tophtml,
body {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	font-family: 微软雅黑;
	color: #000;
	background-color: #fff;
}

table {
	width: 100% !important;
}

table:last-child {
	background: #000;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: none;
	color: inherit;
}

a:focus {
	text-decoration: none;
	color: inherit;
}

.t {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.mask {
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	transition: all .3s;
	display: none;
	opacity: 0;
}

/*头部*/
header {
	background-color: #fff;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
	position: relative;
	top: 0;
	z-index: 10
}

.header {
	display: flex;
	align-items: center;
	background: rgba(51, 51, 51, 1);
	color: whitesmoke;
	margin-top: 6px;
	justify-content: space-between;
}

.head-logo {
	width: 150px;
	height: 60px;
	object-fit: contain;
	margin-right: 40px;
}

.nav-list {
	display: flex;
	width: 100%;
	font-size: 14px;
	align-items: center;
	justify-content: center;
}

.nav-list-btn {
	position: relative;
}

.nav-list-btn:hover {
	background-color: #E8392B;
}

.nav-text {
	display: block;
	padding: 12px 40px;
	transition: all .3s;
}

.nav-btn-part {
	width: 150px;
	background-color: #fff;
	color: #000;
	box-shadow: 0 0 5px rgb(0 0 0 / 30%);
	position: absolute;
	left: -6px;
	top: 100%;
	z-index: 11;
	transition: all .8s;
	opacity: 0;
	visibility: hidden;
	text-align: center;
}

.nav-btn:hover {
	background-color: #F00;
	color: #fff;
}

@font-face {
	font-family: jiangxi;
	src: url(/public/static/index/plugin/font-awesome/fonts/jiangxikaizhuo2.0.ttf);
}

/* .nav-btn:hover>.nav-text {
	color: #003a83;
} */
/* .nav-list-btn:hover>.nav-text {
	color: #003a83;
} */
.nav-list-btn:hover>.nav-btn-part {
	opacity: 1;
	visibility: visible;
}

/* .nav-active>.nav-text {
	color: #003a83;
} */
.nav-icon {
	font-size: 24px;
	cursor: pointer;
}

/*移动端导航*/
.m-nav-list {
	width: 100%;
	max-height: 80vh;
	overflow-y: auto;
	padding: 20px;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	display: none;
}

.m-nav-list-btn {
	border-bottom: 1px solid #eee;
	text-align: center;
}

.m-nav-btn-part {
	background-color: #f5f5f5;
	display: none
}

/*.m-nav-list-btn:hover > .nav-text{color: #003a83;}*/
.main {
	min-height: 500px;
}

.noData {
	text-align: center;
	line-height: 100px;
	font-size: 16px;
	color: #ccc;
}

/*轮播*/
.banner {
	width: 100%;
}

.banner-ny {
	background: rgba(51, 51, 51, 1);
	color: white;
	text-align: center;
	padding: 40px;
	font-size: 30px;
}

/*尾部*/
.footer-top {
	background-color: #282827;
	padding: 30px 0;
	color: #fff;

}

.footer-down {
	background-color: #282827;
	padding: 15px 0;
	color: #fff;
}

.footer-text {
	width: 25%;
	padding-right: 10px;
	padding-top: 20px;
	transition: all .3s;
}

.footer-title {
	font-size: 14px;
	margin-bottom: 15px;
}
.language .footer-desc {
	text-align: right;
}
.footer-desc {
	font-size: 14px;
	margin-top: 10px;
}

.footer-cont {
	display: block;
	font-size: 14px;
	margin-top: 10px;
	transition: all .3s;
}

.footer-cont:hover {
	color: #9eccf4;
}

.footer-fir {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.footer-link {
	margin-right: 10px;
}

.copy-right {
	text-align: center;
	margin-top: 10px;
}

/*列表页导航*/
.page-tab {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}

.page-title {
	font-size: 30px;
	color: #E8392B;
}

.page-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.page-nav-btn {
	display: block;
	padding: 15px;
	margin-left: 20px;
	transition: all .3s;
	font-size: 16px;
	border-radius: 10px;
	background-color: #666;
	color: #fff;
}

.page-nav-btn:first-child {
	margin-left: 0;
}

.page-nav-btn:hover {
	color: #fff;
	background-color: #E8392B;
}

.page-nav-active {
	color: #fff;
	background-color: #003a83;
}

/*列表页分页颜色*/
.pagination>.active>span {
	background-color: #E8392B;
}

.pagination>li>a {
	color: #003a83;
}

/*详情页导航*/
.detail-tab {
	padding: 20px 0;
	color: #999;
	font-size: 14px;
}

.detail-tab>a {
	color: #003a83;
}

/*详情页内容*/
.page-content {
	margin: 20px 0;
}

.page-content img {
	max-width: 100%;
}

.page-content video {
	width: 100%;
	height: 100%;
}

/*详情页分页*/
.page-box {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.page-no {
	color: #999 !important;
	background: white !important;
}

/*新闻*/
.news {
	display: flex;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.news-img {
	width: 250px;
	height: 200px;
	margin-right: 20px;
	border-radius: 5px;
	overflow: hidden;
}

.news-img>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s;
}

.news-text {
	margin-right: 20px;
	flex: 1;
}

.news-title {
	font-size: 20px;
	transition: all .3s;
}

.news-desc {
	color: #666;
	line-height: 24px;
	margin-top: 10px;
}

.news-look {
	color: #999;
	font-size: 12px;
	margin-top: 20px;
}

.news-time {
	text-align: center;
}

.news-date {
	color: #999;
	font-size: 36px;
	font-weight: 100;
	line-height: 1;
}

.news-year {
	color: #bbb;
	font-size: 24px;
	padding-top: 10px;
	line-height: 1;
}

.news:hover>.news-img>img {
	transform: scale(1.15);
}

.news:hover .news-title {
	color: #E8392B;
}

.pagination>.active>span {
	border: #E8392B;
}

.pagination>.active>span:hover {
	background-color: #E8392B;
}

/*产品*/
.pro-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;

}

.pro {
	display: block;
	width: calc(25% - 10px);
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #eee;
	border-radius: 5px;
	overflow: hidden;
	transition: all .3s;
	text-align: center;
	background-color: #fff;
	padding-bottom: 1%;
}

.pro:nth-child(4n) {
	margin-right: 0;
}

.pro-img {
	width: 100%;
	object-fit: contain;
}

.pro-listimg {
	width: 250px;
	height: 250px;
	object-fit: contain;
}

.pro-title {
	padding: 10px;
	font-size: 18px;
	transition: all .3s;
	color: #8d8989;
    font-weight: 600;
}

.prolist-title {
	text-align: left;
	font-size: 16px;
}

.pro-desc {
	margin: 10px;
	color: #666;
	font-size: 16px;
}

.pro:hover {
	box-shadow: 5px 5px 10px #ccc;
}

.pro:hover>.pro-title {
	color: #003a83;
}

.pro-detail {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.pro-slide {
	width: 55%;
}

.pro-text {
	width: 45%;
	padding-left: 20px;
}

.pro-specs-list {
	padding: 10px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.pro-specs {
	width: 50%;
	padding-right: 5px;
	color: #999;
	line-height: 24px;
}

.pro-cont-tab {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: 1px solid #eee;
	margin-top: 30px;
}

.pro-cont-tab-btn {
	color: #e8392b;
	font-size: 16px;
	padding: 12px 15px;
	border-bottom: 2px solid #e8392b;
	cursor: pointer;
}

.pro-slide .swiper-button-prev {
	background-image: url(/public/img/angle-left.png);
	width: 20px;
	height: 15px;
}

.pro-slide .swiper-button-next {
	background-image: url(/public/img/angle-right.png);
	width: 20px;
	height: 15px;
}

/*推荐产品*/
.well-title {
	color: #eb392b;
	font-size: 16px;
	padding: 20px 0;
}

.well-pro {
	display: block;
	width: calc((100% - 30px) / 4);
	background-color: #f5f5f5;
	border-radius: 5px;
	overflow: hidden;
}

/*图片*/
.img-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
	margin-top: 30px;

}

.img {
	display: block;
	width: calc(25% - 10px);
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #eee;
	border-radius: 5px;
	overflow: hidden;
	transition: all .3s;
	padding-top: 20px;
}

.img:nth-child(4n) {
	margin-right: 0;
}

.img-img {
	width: 250px;
	height: 250px;
	object-fit: contain;
}

.img-title {
	padding: 10px;
	text-align: center;
	font-size: 16px;
	transition: all .3s;
}

.img:hover {
	box-shadow: 0 0 10px #ccc;
}

.img:hover>.img-title {
	color: #003a83;
}

/*下载*/
.file {
	display: flex;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.file-img {
	width: 50px;
	height: 50px;
	object-fit: contain;
	margin-right: 20px;
}

.file-text {
	flex: 1;
}

.file-title {
	color: #333;
	font-size: 20px;
	transition: all .3s;
}

.file-desc {
	color: #666;
	line-height: 24px;
	margin-top: 10px;
}

.file-down {
	color: #999;
	font-size: 12px;
	margin-top: 20px;
}

.file-btn {
	display: table;
	color: #003a83;
	border: 1px solid #003a83;
	padding: 5px 15px;
	margin-left: 20px;
	cursor: pointer;
	transition: all .3s;
}

.file-btn:hover {
	color: #fff;
	background-color: #003a83;
}

/*搜索*/
.sr-form {
	display: flex;
	align-items: center;
	border: 1px solid #eee;
	border-radius: 50px;
	line-height: 35px;
	margin: 20px 0;
}

.sr-select {
	width: 80px;
	display: table;
	position: relative;
	cursor: pointer;
}

.sr-select-icon {
	font-size: 18px;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}

.sr-select-value {
	padding: 0 20px 0 15px;
	width: 100%;
	user-select: none;
}

.sr-select-init {
	color: #999;
}

.sr-select-list {
	width: 150px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 11;
	border: 1px solid #eee;
	box-shadow: 0 0 10px #eee;
	border-radius: 5px;
	overflow: hidden;
	transition: all .3s;
	opacity: 0;
	visibility: hidden;
}

.sr-option {
	padding: 12px 15px;
	line-height: 1;
	color: #003a83;
	transition: all .3s;
	cursor: pointer;
	user-select: none;
}

.sr-option:hover {
	color: #fff;
	background-color: #003a83;
}

.sr-option-active {
	color: #fff;
	background-color: #003a83;
}

.search-select {
	background: white;
	border: none;
	margin: 0 20px;
	height: 39px;
}

/*.sr-select:hover .sr-select-list{opacity: 1;visibility: visible;}*/
.sr-input {
	min-width: 50px;
	flex: 1;
	padding: 0 15px;
	outline: none;
	border: none;
	background-color: #f5f5f5;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.sr-btn {
	padding: 0 15px;
	color: #fff;
	background-color: #003a83;
	border: 1px solid #003a83;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

.search {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.search-title {
	display: table;
	color: #666;
	font-size: 20px;
	transition: all .3s;
}

.search-title>span {
	font-size: 12px;
}

.search-link {
	display: table;
	color: #003a83;
	margin-top: 10px;
}

.search-link:hover {
	color: #003a83;
}

.search-desc {
	color: #333;
}

.search:hover>.search-title {
	color: #333;
}

/*表单*/
.form-cell {
	display: flex;
	margin-bottom: 15px;
	line-height: 30px;
	flex-wrap: wrap
}

.form-icon {
	font-size: 12px;
	color: #f00;
	transform: scale(0.5);
}

.form-label {
	line-height: 30px;
	color: #333;
	margin-right: 15px;
	font-weight: normal;
	width: 100%
}

.form-input {
	min-width: 50px;
	flex: 1;
	height: 40px;
	padding: 0 15px;
	outline: none;
	border: 1px solid #eee;
	border-radius: 5px;
}

.form-textarea {
	min-width: 50px;
	flex: 1;
	padding: 10px 15px;
	line-height: 20px;
	outline: none;
	border: 1px solid #eee;
	border-radius: 5px;
	resize: none;
}

.form-select {
	width: 150px;
	border: 1px solid #eee;
	border-radius: 5px;
}

.form-radio {
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.language {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.language img {
	width: 30%;
}

.language span {
	margin: 0 3px;
}

.form-checkbox {
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.form-label>input {
	margin-right: 5px;
}

.checkbox_select {
	padding-right: 20px;
	font-weight: normal;
}

.checkbox_select>input {
	margin-right: 5px;
}

.form-upload {
	flex: 1;
	display: flex;
	align-items: center;
	position: relative;
}

.form-file {
	width: 40px;
	height: 40px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	cursor: pointer;
}

.form-file:focus {
	outline: none !important;
	border: none;
}

.form-upload-icon {
	width: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: #003a83;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	transition: all .3s;
}

.form-file:hover+.form-upload-icon {
	box-shadow: none;
}

.form-sub {
	background-color: #003a83;
}

.form_file {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 9;
	cursor: pointer;
}

.container img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
	padding-top: 4%;
}

.page-tab:nth-child(2) {
	margin-bottom: 23px;
}

@media (max-width: 1200px) {
	.son-list {
		bottom: -49px !important;
	}

	.btnColor {
		justify-content: space-between !important;
	}

	.footer-3-2 {
		width: 52% !important;
	}

	.nav ul li a {
		padding: 0 25px !important;
	}

	.top1 {
		width: 100% !important;
	}

	.top2 h4 {
		font-size: 24px !important;
	}

	.top2 p {
		width: 92% !important;
	}

	.top3 {
		width: 19% !important;
	}

	.top4 {
		font-size: 16px !important;
	}

	.son-lists {
		padding: 1% !important;
	}
}

@media (max-width: 992px) {
	.footer-text {
		width: 50%;
	}

	.page-title {
		width: 100%;
		text-align: center;
	}

	.page-nav {
		width: 100%;
		justify-content: center;
	}

	.page-nav-btn {
		margin-left: 0;
		margin-right: 10px;
		margin-top: 10px;
	}

	.news-img {
		display: none;
	}

	.pro {
		width: calc(33.33% - 10px);
	}

	.pro:nth-child(4n) {
		margin-right: 10px;
	}

	.pro:nth-child(3n) {
		margin-right: 0
	}

	.well-pro {
		width: calc((100% - 20px) / 3);
	}

	.img {
		width: calc(33.33% - 10px);
	}

	.img:nth-child(4n) {
		margin-right: 10px;
	}

	.img:nth-child(3n) {
		margin-right: 0
	}
}

@media (max-width: 768px) {
	.pro {
		width: calc(50% - 10px);
	}

	.pro:nth-child(3n) {
		margin-right: 10px;
	}

	.pro:nth-child(2n) {
		margin-right: 0;
	}

	.pro-slide {
		width: 100%;
	}

	.pro-text {
		width: 100%;
		margin-top: 20px;
		padding-left: 0;
	}

	.well-pro {
		width: calc((100% - 10px) / 2);
	}

	.img {
		width: calc(50% - 10px);
	}

	.img:nth-child(3n) {
		margin-right: 10px;
	}

	.img:nth-child(2n) {
		margin-right: 0;
	}
}

@media (max-width: 480px) {
	.footer-text {
		width: 100%;
	}

	.pro {
		width: 100%;
		margin-right: 0
	}

	.pro:nth-child(3n) {
		margin-right: 0;
	}

	.pro-specs {
		width: 100%;
		padding-right: 0;
	}

	.well-pro {
		width: 100%;
	}

	.img {
		width: 100% !important;
		margin-right: 0
	}

	.img:nth-child(3n) {
		margin-right: 0;
	}

	.footer-top {
		text-align: center
	}

	.img-img {
		width: 100% !important;
	}
}

/* 顶部 */
.header1 {
	display: none;
}

.top1 {
	display: flex;
	width: 100%;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
}

.head-logo {
	width: 400px;
	height: 110px;
	padding-top: 0 !important;
}

.top2 {
	text-align: center;
	width: 50%;
}

.ennavlist a {
	font-size: 14px !important;
}

.top2-1 {
	width: 100%;
	text-align: left;
}

.top2-1 img {
	width: 76%;
}

.top2 h4 {
	font-size: 22px;
}

.top2 p {
	color: #E8392B;
	font-size: 15px;
	margin-top: 5px;
	width: 81%;
	text-align: left;
}

.top3 {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.top3img {
	max-width: 14% !important;
	margin-right: 10px;
}

.top3-1 {
	display: flex;
	margin-bottom: 5px;
	margin-right: 40px;
}

.top3-2 {
	margin-left: 53px;
	margin-right: 10px;
	display: flex;
	align-items: center;
	color: #E8392B;
	width: 80px;
}

.top3-3 {
	display: flex;
	align-items: center;
}

.top3-2 img,
.top3-3 img {
	width: 20px;
	margin-right: 5px;
}

.top4 {
	font-size: 19px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 8px;
	flex-direction: row;
}

.top4 p {
	margin: 0;
	color: #E8392B;
}

.top5 {
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top5 p {
	margin: 0;
	color: #E8392B;
	font-size: 20px;
}

.top5-1 {
	margin-right: 50px;
}

.navact {
	background-color: #E8392B;
	color: whitesmoke;
}

.fa-3x {
	font-size: 2em;
	margin-right: 5px;
	color: #e83928;
}

/* 产品中心 */
.pro-1 {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.pro-1 p {
	color: rgba(166, 166, 166, 1);
	font-size: 36px;
	font-weight: 700;
}

.pro-1 h4 {
	color: rgba(36, 35, 32, 1);
	font-size: 32px;
	font-weight: 600;
}

.pro-1 span {
	display: inline-block;
	width: 64px;
	height: 0px;
	border: 2px solid #E8392B;
}

.pro-2 {
	display: flex;

	justify-content: center;
	background: #fff;
	width: 80%;
	margin: 0 auto;
	height: 100%;
}

.son-list {
	position: absolute;
	color: #000;
	bottom: -73px;
	justify-content: space-evenly;
	left: 0;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.son-lists {
	padding: 2%;
	border: 1px solid;
	border-radius: 10px;
	background-color: #666;
	color: #fff;

}

.son-lists:hover {
	background-color: #E8392B;
	color: #fff;
}

.btnColor {
	display: flex !important;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

.pro-2-1 {
	width: 26%;
	height: 140px;
	font-size: 18px;
	transition: all .5s;
	margin-left: -2px;
}

.oppic {
	transition: all .5s;
}

.acv {
	background-color: #E8392B;
	color: whitesmoke;
}

.hopic {
	display: none;
	transition: all .5s;
}

.le {
	justify-content: flex-start !important;
}

.pro-2-2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 18px;
}

/* .pro-2-1:nth-child(even) {
	background-color: antiquewhite;
} */
.current {
	border: 2px solid #E8392B;
	margin-left: -2px;
}

.current .pro-2-2 .oppic {
	display: none;
}

.current .pro-2-2 .hopic {
	display: block;
}

.pro-2-2 img {
	width: 48px;
}

.pro-2-2 p {
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
}

.pro-3 {
	margin-top: 30px;
}

.pro-3-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.pro-3-11 {
	display: none;
}

.proimg {
	transition: all .5s;
	padding: 20px 10px 10px 10px;
	width: 306px;
	height: 172px;
	object-fit: contain;
}

.pro-3-2 {
	width: 22%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background-color: #fff;
	padding-left: 5px;
	margin-bottom: 22px;
	margin-right: 22px;
	border-radius: 10px;
	position: relative;
}

.pro-3-2:hover.pro-3-2 p {
	color: #E8392B;
}

.pro-3-2:hover .proimg {
	transform: scale(1.1);
}

.pro-3-2:hover .pro-3-3 a {
	background: linear-gradient(90deg, rgba(255, 171, 89, 1) 0%, rgba(255, 109, 51, 1) 100%);
	color: whitesmoke;
}

.pro-3-2 a {
	overflow: hidden;
	transition: all .5s;
}

.pro-3-3 a {
	transition: all .5s;
}

.pro-3-2 p {
	font-size: 17px;
	transition: all .5s;
	margin-left: 13px;
	margin-top: 5px;
	/* display: -webkit-box;

	-webkit-box-orient: vertical;

	overflow: hidden;

	-webkit-line-clamp: 2; */


}

.pro-3-2 span {
	color: rgba(86, 87, 99, 1);
	font-size: 14px;
	margin: 10px 10px 35px 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 60px;
}

.pro-3-3 {
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}

.pro-3-3 a {
	background-color: rgba(135, 135, 135, 1);
	display: inline-block;
	width: 100px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 4px;
	color: #fff;
}

.pro-3-3 img {
	width: 16px;
	margin-right: 5px;
	padding-top: 0;
}

.pro-4 {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.pro-4 a {
	display: inline-block;
	width: 88px;
	height: 32px;
	border-radius: 3px;
	line-height: 32px;
	background-color: #E8392B;
	color: #fff;
}

/* 关于公司 */
.about {
	background-image: url(/public/static/index/images/bg1.png);
	background-position: center top;
	background-size: 100% 100%;
	color: whitesmoke;
	padding-bottom: 40px;
}

.about-1 {
	padding: 0 73px;
	line-height: 30px;
}

.about-1 p {
	color: #fff;
}

.about-2 {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	display: none;
}

.about-2-1 {
	width: 25%;
}

.about-2-2 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.about-2-3 {
	font-size: 72px;
}

sub {
	font-size: 24px;
}

sup {
	font-size: 24px;
}

.about-2-4 {
	font-size: 20px;
}

/* 发展历程 */
.develop {
	background-image: url(/public/static/index/images/bg2.png);
	position: relative;
	background-position: top center;
	background-size: 100% 100%;
	padding-bottom: 2%;
}

.dev-1 {
	position: relative;
}

/* 新闻中心 */
.new {
	background-color: #F6F6F6;
}

.new-1-1 {
	color: #000;
	font-size: 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.new-1-1 a {
	font-size: 16px;
}

.new-2 {
	height: 332px;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.new-2-1 {
	width: 47%;
	height: 100%;
	transition: all .5s;
}

.new-2-1 img {
	width: 100%;
	/* height: 100%; */
	object-fit: contain;
	transition: all .5s;
}

.new-2-2 {
	width: 47%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.new-2-3 {
	display: flex;
	justify-content: space-around;
	border: 1px solid #ccc;
	padding: 1%;
	align-items: center;
	background: #fff;
}

.new-2-3:hover {
	border: 1px solid #E8392B;
}

.new-2-3:hover .new-2-3-2 p {
	color: #E8392B;
}

.new-2-3-1 {
	width: 18%;
	border-right: 1px solid #ccc;
}

.new-2-3-1 p {
	color: #000;
	font-size: 26px;
}

.new-2-3-1 span {
	color: #000;
	font-size: 16px;
}

.new-2-3-2 {
	width: 73%;
}

.new-2-3-2 p {
	margin: 0;
	font-size: 18px;
	color: #000;
	transition: all .5s;
}

.new-3 {
	margin-top: 30px;
	height: 400px;
	margin-bottom: 30px;
}

.new-3-1 {
	color: whitesmoke;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.new-3-1 span {
	font-size: 24px;
}

.new-3-1 a {
	font-size: 16px;
}

.new-3-2 {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	height: 100%;
	width: 100%;
}

.new-3-2 video {
	width: 100%;
	transition: all .5s;
}

.btnPlay {
	width: 48%;
	height: 0;
	padding-bottom: 27%;
	position: relative;
}

.foTit {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.new-3-2 .btnPlay video {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .5s;
}

.new-3-4 {
	width: 47%;
	overflow-y: auto;
	height: 306px;
}

.new-3-5 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: rgba(255, 255, 255, .4);
	height: 84px;
	transition: all .5s;
	margin-bottom: 10px;
}

.new-3-5:hover {
	background-color: rgba(0, 0, 0, .3);
	color: #fff;
}

.new-3-5 video {
	width: 29%;
}
.new-3-2-1 .pv-video-player {
	margin: 0 auto;
}
.new-3-5 p {
	width: 68%;
	margin: 0;
	font-size: 18px;
}

.new-3-2-1 {
	width: 100%;
	height: 100%;
}

.text3 p {
	font-size: 18px;
}

.text4,
.text5 {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 10%;
}

.text3 div {
	margin-bottom: 5px;
}

/* 时间轴 */
.pc-slide {
	width: 500px;
	margin: 0 auto;
	position: relative;
}

.view .swiper-container {
	width: 500px;
	height: 500px;
}

.view .arrow-left {
	background: url(images/index_tab_l.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.view .arrow-right {
	background: url(images/index_tab_r.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.preview {
	width: 100%;
	margin-top: 10px;
}

.preview .swiper-container {
	width: 430px;
	height: 82px;
	margin-left: 35px;
}

.preview .swiper-slide {
	width: 87px;
	height: 82px;
	cursor: pointer;
}

.preview .slide6 {
	width: 82px;
}

.preview .arrow-left {
	background: url(/public/static/index/images/right1.png) no-repeat left top;
	position: absolute;
	left: -40%;
	top: 50%;
	margin-top: -9px;
	width: 80px;
	height: 80px;
	background-size: 80px;
	z-index: 10;
}

.preview .arrow-right {
	background: url(/public/static/index/images/left1.png) no-repeat left bottom;
	position: absolute;
	right: -40%;
	top: 50%;
	margin-top: -9px;
	width: 80px;
	height: 80px;
	background-size: 80px;
	z-index: 10;
}

.preview img {
	padding: 1px;
}

.preview .active-nav img {
	padding: 0;
	border: 1px solid #F00;
}

/* swiper5 */
.swiper-container1 {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	text-align: center;
}

.swiper-slide h1 {
	padding-left: 25%;
	text-align: left;
}

.swiper-slide p {
	padding: 0 25%;
	text-align: left;
	line-height: 26px;
	font-size: 14px;
}

.swiper-slide1 {
	background-size: cover;
	background-position: center;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.swiper-slide1 h1 {
	font-size: 18px;
	margin-top: 30px;
}

.swiper-slide1 p {
	padding: 0;
	font-size: 12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 4;
}

.swiper-slide1::after {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #E8392B;
	position: absolute;
	top: -6px;
	left: 33%;
	transition: all .5s;
}

.gallery-top {
	height: 208px;
	width: 100%;
}

.gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding-top: 20px;
	position: relative;
}

.gallery-thumbs::after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: #E8392B;
	position: absolute;
	top: 20px;
}

.gallery-thumbs .swiper-slide1 {
	height: 100%;
}

.gallery-thumbs .swiper-slide-thumb-active {
	color: #E8392B;
}

.develop .container .gallery-thumbs .swiper-slide-thumb-active::after {
	box-shadow: 0px 0px 3px 2px #E8392B;
}

.swiper-button-next3,
.swiper-button-prev3 {
	position: relative;
	width: 40px;
	height: 40px;
	background-size: 12px;
	border: 1px solid #e83928;
	border-radius: 50%;
	background-color: #e83928;
}

.swiper-button-prev3 {


	left: 40px;
	right: auto;
	top: -120px;
}

.swiper-button-next3 {


	right: -91%;
	left: auto;
	top: -138px;
}

.video2 {
	margin: 15px 10px;
}

.video2 h4 {
	padding: 25px 10px;
	border: 1px solid #ccc;
}

/* 底部 */
.footer-1 img {
	width: 255px;
	height: 200px;
	object-fit: contain;
}

.footer-1 {
	width: 30%;
}

.footer-2 {
	width: 70%;
}

.footer-2-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
}

.footer-2-1 div {
	border-right: 1px solid #ccc;
	width: 12%;
}

.footer-2-1 div:last-child {}

.footer-2-2 {
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: space-between;
	margin-top: 20px;
}

.footer-3-1 {
	height: 76%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	width: 40%;
}

.footer-3-2 {
	display: flex;
	width: 50%;
	justify-content: space-evenly;
}

.footer-4-1,
.footer-4-2 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer-4-1 img,
.footer-4-2 img {
	width: 136px;
	height: 136px;
	object-fit: contain;
}

.imgmax {
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
	width: 100%;
	z-index: 1234566897894561564;
	display: none;
}

.imgmax img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media (max-width: 1330px) {


	.top4 {
		font-size: 18px;
	}

	.top2 h4 {
		font-size: 26px;
	}

	.top2 p {
		font-size: 15px;
		width: 72%;
	}

	.head-logo {
		width: 30%;
	}
}

@media (min-width: 1201px) {
	.pro-3-2 {
		margin-right: 34px;
	}
}

@media (max-width: 1200px) {
	.pro-3-2 {
		margin-right: 28px;
	}

	.new-2-3-1 p {
		font-size: 24px;
	}

	.new-3-4 {
		height: 253px;
	}

	.new-2-3-2 p {
		font-size: 16px;
	}

	.new-2 {
		height: 290px;
	}

	.new-3-5 p {
		font-size: 14px;
	}

	.text1 {
		width: 26%;
	}

	.btnColor {
		flex-wrap: wrap;
	}
}

@media (max-width: 992px) {

	.pro-3-2 {
		width: 46%;
	}

	.top2 {
		display: none;
	}

	.header {
		display: none;
	}

	.header1 {
		display: block;
	}

	.nav-icon {
		font-size: 45px;
	}

	.about-2-3 {
		font-size: 48px;
	}

	.new-2-3-1 p {
		font-size: 18px;
	}

	.new-2-3-1 span {
		font-size: 16px;
	}

	.new-2-3-2 p {
		font-size: 16px;
	}

	.new-3-4 {
		height: 189px;
	}

	.text1 {
		width: 33%;
		padding-right: 0;
	}

	.text2 {
		width: 18%;
		padding-left: 0;
	}

	.text3 {
		width: 12%;
	}

	.new-2 {
		height: 250px;
	}

	.fa-bars {
		display: block !important;
		font-size: 40px;
	}

	.top1 {
		justify-content: space-evenly;
	}

	.pro-2 {
		width: 100%;
	}

	.pro-3-2 span {
		margin: 10px 10px 15px 18px;
	}

	.pro-4 {
		margin: 0;
	}

	.btnColor {
		flex-wrap: wrap;
	}


}

@media (min-width: 992px) {
	.text2 {
		padding-left: 40px;
	}
}


@media (max-width: 768px) {
	.sss{
display: flex;
margin-top:0;
}

	.pro-2 {
		width: 100%;
	}

	.pro-3-1 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.pro-3-2 {
		width: 48%;
		margin-right: 0;
	}
}

@media (max-width: 730px) {
	.sss{
display: flex;
margin-top:0;
}
	.pro-2 {
		width: 100%;
	}

	.text1 {
		width: 40%;
	}

	.text2 {
		width: 28%;
	}

	.text3 {
		width: 19%;
	}

	.text4 {
		width: 25%;
		margin-left: 120px;
	}

	.text5 {
		width: 25%;
	}

	.new-2-3-1 p {
		font-size: 13px;
	}

	.new-2-3-1 span {
		font-size: 12px;
	}

	.new-2-3-2 p {
		font-size: 12px;
	}

	.btnColor {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.sss{
display: flex;
margin-top:0;
}
	.pro-3-1 {
		justify-content: space-between !important;
	}

	.pro-3-2 p {
		font-size: 13px;
		margin-left: 12px;
	}

	.top1 {
		display: flex;
		width: 100%;
		margin: 0 auto;
		justify-content: space-around;
		align-items: center;
	}

	.pro-1 p {
		font-size: 28px;
	}

	.pro-1 h4 {
		font-size: 24px;
	}

	.pro-2 {
		width: 100% !important;
		height: 100%;
		flex-wrap: wrap;
	}

	.pro-2 .pro-2-1 {
		width: 50%;

	}

	.pro-hover {
		padding: 10px 0;
	}

	.pro-2 .pro-2-2 {
		height: 100%;
	}

	.pro-2 .pro-2-2 img {
		width: 50px;
	}

	.pro-2-2 p {
		font-size: 16px;
	}

	.current {
		padding: 10px 0;
	}

	.pro-4 {
		margin-top: 10px;
		margin-bottom: 0;
	}

	.about {
		margin-top: 0px;
		padding-bottom: 0;
	}

	.about-1 {
		padding: 0;
		line-height: 25px;
	}

	.about-2-3 {
		font-size: 23px;
	}

	sup {
		font-size: 16px;
	}

	sub {
		font-size: 12px;
	}

	.head-logo {
		width: 50%;
    margin-right: 0 !important;
	}

	.new-2 {
		display: flex;
		flex-direction: column;
		height: 100%;
	}

	.new-2-3 {
		margin-bottom: 10px;
	}

	.new-2-1 {
		width: 100%;
	}

	.new-2-2 {
		width: 100%;
		margin-top: 20px;
	}

	.new-3 {
		margin-top: 0;
		height: 100%;
	}

	.new-3-2 {
		flex-direction: column;
	}

	.new-3-2-1 {
		width: 100%;
		z-index: 0;

	}

	.new-3-4 {
		width: 100%;
		margin-top: 55px;
	}

	.text1 {
		width: 100%;
		padding-right: 0;
	}

	.text2 {
		width: 50%;
		padding-left: 40px;
		text-align: left;
	}

	.text3 {
		width: 50%;
	}

	.text4 {
		width: 40%;
		margin-left: 20px;
	}

	.text5 {
		width: 40%;
	}

	.develop {
		display: none;
	}

	.top3-2 {
		margin-left: 0;
	}

	.footer-top {
		margin-bottom: 30px;
	}

	.footer-1 {
		width: 38%;
	}

	.footer-1 img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		margin-bottom: 10px;
	}

	.footcon {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
	}

	.footer-2 {
		width: 100%;
		height: 100%;
	}

	.footer-2-1 {
		width: 100%;
		height: 100%;
		font-size: 12px;
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.footer-2-1 div {
		width: 30%;
		margin-bottom: 10px;
	}

	.footer-2-2 {
		width: 100%;
	}

	.footer-3-1 {
		width: 80%;
		margin: 0 auto;
		text-align: left;
	}

	.footer-3-2 {
		display: none;
	}

	.footer-down {
		padding: 0;
	}

	.copy-right {
		width: 80%;
		margin: 0 auto;
	}

	.footer-2-1 div:last-child {
		border-right: 1px solid;
	}

	.nav-icon {
		font-size: 24px;
	}

	.head-logo {
		margin-right: 10px;
	}

	.language span {
		font-size: 12px;

	}

	.top4 {
		font-size: 12px !important;
		margin-top: 0;
		justify-content: space-evenly;
		display: none;
	}

	.fa-bars {
		font-size: 20px;
		display: block !important;
	}

	.page-nav-btn {
		font-size: 14px;
		width: 47%;
	}

	table {
		width: 100% !important;
	}

	.page-content1 {
		flex-direction: column;
	}

	.page-content1 .page1 {
		width: 100%;
	}

	.page-content1 .page2 {
		width: 100%;
	}

	.pro-2 .current {
		width: 50%;
	}

	.son-list {
		bottom: -120PX !important;
		justify-content: center;
	}

	.son-lists {
		width: 49%;
		margin-bottom: 1%;
	}

	.prolist-title {
		text-align: center !important;
	}

	td img {
		width: 100% !important;
		height: 100% !important;
	}

	.pro-3-2 span {
		margin: 10px 10px 15px 12px;
		-webkit-line-clamp: 100;
		font-size: 13px !important;
	}

	p img {
		width: 100% !important;
		height: 100% !important;
	}

	.footlist-1 {

		width: 100%;
		position: fixed;
		bottom: 0;
		z-index: 123456;
		background-color: #000;
		color: #fff;
		padding: 10px;
	}

	.footlist-2 {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.ft-1 {
		text-align: center;
	}

	.ft-2 {
		width: 100%;
		position: absolute;
		bottom: 58px;
		left: 0;
		background-color: #000;
		display: none;
	}

	.ft-2-1 {
		display: flex;
		flex-direction: column;
	}

	.ft-2-2 {
		padding: 10px 0;
	}

	.ft-2-3 {
		display: flex;
		align-items: center;
		width: 90%;
		justify-content: space-between;
		margin: 0 auto;
	}

	.fa-caret-down {
		margin-left: 30px;
	}

	.ft-2-4 {
		display: none;
	}

	.ft-2-5 {
		display: flex;
		flex-direction: column;
	}

	.ft-2-5 a {
		padding: 10px 0;
	}

	.dibu {
		display: block !important;
	}

	.containerpro {
		margin-top: 30% !important;
	}

	.encontainerpro {
		margin-top: 35% !important;
	}

	.breadbarall {
		font-size: 14px !important;
	}

	.top3 {
		width: 21% !important;
	}
	.swiper-button-next3 {
		right: -84%;
	}
	.cnabout {
		width: 47%;
	}
	.enabout {
		width: 47%;
	}
	.language img {
		width: 81% !important;
	}
}

.footcon {
	display: flex;
}

.current {
	background-color: #E8392B;
	color: #fff;
	width: 26%;
}

.btnRed {
	background-color: #E8392B !important;
	color: #fff;
}

.pro-hover {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.form-control:focus {
	border-color: #E8392B;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(204 0 0 / 60%);
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(204 0 0 / 60%);
}

.fa-search {
	color: #E8392B;
}

.input-group .form-control {
	color: #E8392B;
}

td,
th {
	border: 1px solid #ccc;
	text-align: center;
}

.page-content1 {
	display: flex;
	justify-content: space-between;
}

.page1 {
	width: 90%;

}

.page2 {
	width: 36%;
	height: 390px;
	overflow-y: auto;
}

.clearfix li:nth-child(3) ul li a {
	line-height: 54px;
}

.t2 {
	left: -35px;
}

.dibu {
	display: none;
}

.ft-1 h4 {
	font-size: 14px;
}

.ft-1 .fa-2x {
	font-size: 1.5em;
}
.pv-video-player {
	
}